home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / applic / NCSA_Telnet / Mac / Telnet2.4.02 / Telnet2.402tcp.sit.hqx / config.tel next >
Encoding:
Text File  |  1991-02-21  |  3.6 KB  |  83 lines

  1. #
  2. #  Example host file for NCSA Telnet 2.3
  3. #
  4. #
  5. #  Note:  When running the MacTCP drivers, the following fields are meaningless,
  6. #  but may be included for compatibility with systems which do not have MacTCP:
  7. #       hardware,gateway,arptime,rwin,mtu,maxseg,retrans,zone
  8. #
  9. #  This file is free form
  10. #  Separators are any char <33 and :;=
  11. #
  12. #  The form is keyword=value for each parameter.
  13. #  The first set of parameters refer to the whole program's defaults.
  14. #  These parameter values can be in any order.
  15. #  Following this are the individual machine specs.
  16. #  If the first machine is name "default", then it contains default
  17. #  values for the rest of the machines.
  18. #
  19. ftp=yes                # do you want ftp enabled?
  20. domain="ncsa.uiuc.edu"        # default domain for name lookups
  21. domaintime=2                  # domain name lookup timeout (first retry)  
  22. domainretry=4                 # domain name max number of retries
  23. termtype="vt100"        # terminal type to advertise (safe bet)
  24. arptime=5            # arp timeout in seconds
  25.                 #    affects machines on your local network
  26. block = 200            # screen blocking factor, range:  [100 to 4000]
  27. #passfile="ftppass"        # name of file to find FTP passwords in (System Folder)
  28. commandkeys=yes            # Yes, I want command keys as default
  29.  
  30. #
  31. #  Following are individual machine specifications
  32. #
  33. #  The machine named "default" contains the fields which are automatically
  34. #  filled in for other hosts.  name=default machine should appear first.
  35. #
  36. name = default            # Session name, "default" is a reserved name
  37.                 #   Not a real machine, default parameters only
  38. #host=sri-nic.arpa         # Actual host name of machine, not session name
  39. #hostip=10.0.0.51        # IP address of host, example is for SRI-NIC
  40. #gateway=1            # This machine is a gateway for me
  41. #nameserver=1            # This machine has a DOMAIN name server for me
  42. scrollback=200            # number of lines of scrollback per session
  43. erase=delete            # use delete code or backspace code for <- key?
  44.                 #   legal values are "delete" and "backspace"
  45. tektype=1                       # 0 for tek 4014, 1 for tek 4105
  46. vtwrap=yes            # should VT100 be in wrap mode or not?
  47. vtwidth=80              # 80 or 132 columns on startup of session
  48. vtlines=24            # number of lines, 24 is standard VT102
  49. #port=23                    # choose the TCP port for telnet (std = 23)
  50. #nfcolor="{0,0,0}"        # normal, foreground (Mac II)
  51. #nbcolor="{65535,65535,65535}"    # normal, background (Mac II)
  52. #bfcolor="{0,0,0}"        # blink, foreground (Mac II)
  53. #bbcolor="{65535,65535,65535}"    # blink, background (Mac II)
  54. #font="Courier"            # font and size, default is Monaco 9
  55. #fsize=12
  56. #crmap=4.3BSDCRNUL        # map of the CR key for compatibility
  57. #duplex=half            # modifier for non-echo mode, forces send
  58. clearsave=yes            # save lines on clear screen yes/no
  59. #  The following entries affect the tuning of TCP connections to this host.
  60. #  They should be set by the network administrator who is familiar with
  61. #    the requirements of your specific network.
  62. contime=20            # timeout in seconds to try connection
  63. retrans=30            # starting retransmit time out in ticks
  64.                 #   1/60ths of sec 
  65. mtu=512                # maximum transmit unit in bytes
  66.                 #   AppleTalk MAX = 512, Ethernet Max=1024
  67. maxseg=512            # largest segment we can receive
  68.                 #   AppleTalk MAX = 512, Ethernet Max=1536
  69. rwin=512            # TCP window size, MAX=4096
  70. #
  71. #  Below this line, most of the communication parameters are obtained
  72. #   from the "default" host entry.
  73. #  Machine names, IP addresses, and special communication parameters are
  74. #   present when needed.  
  75. #
  76.  
  77. # no gateway setting is needed because it is received from network server
  78.  
  79. name=newton ; hostip=128.174.20.10 ; nameserver=1
  80. name=bardeen ; hostip=128.174.23.1 ; nameserver=2
  81. name=hogan ; hostip=141.142.221.1 ; nameserver=3
  82.